Fix the default value of enable-arrows-always
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 28 Dec 2007 15:18:32 +0000 (15:18 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 28 Dec 2007 15:18:32 +0000 (15:18 +0000)
svn path=/trunk/; revision=19270

ChangeLog
gtk/gtkcombo.c

index 85d718d6742e4aa492a507bb9d900a7d71167205..5844db235def41b5c4fd561cd4d23fe608058805 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombo.c: Fix the default value of the enable-arrows-always
+       property.
+
 2007-12-28  Johan Dahlin  <johan@gnome.org>
 
        * gtk/gtkdialog.c (gtk_dialog_buildable_custom_finished)
index 75123a2a842d7e064c18ff73660711f4e2381f1c..ee90134db063d6f40485c649cb42a75d80e18e64 100644 (file)
@@ -911,7 +911,7 @@ gtk_combo_init (GtkCombo * combo)
   combo->value_in_list = FALSE;
   combo->ok_if_empty = TRUE;
   combo->use_arrows = TRUE;
-  combo->use_arrows_always = FALSE;
+  combo->use_arrows_always = TRUE;
   combo->entry = gtk_entry_new ();
   combo->button = gtk_button_new ();
   combo->current_button = 0;